home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / src / Buglist.txt < prev    next >
Encoding:
Text File  |  2002-03-13  |  4.0 KB  |  95 lines

  1. hacke-4{f94sbu}: q less Mail/inbox/1276A less Mail/inbox/1276  Mail/inbox/1276 
  2.  Mail/inbox/1276  Mail/inbox/1276 t Mail/inbox/1276y Mail/inbox/1276p Mail/inbo
  3. From owner-amosaic-dev@insti.physics.sunysb.edu Sun May 28 06:05:11 1995
  4. Return-Path: owner-amosaic-dev@insti.physics.sunysb.edu
  5. Received: from insti.physics.sunysb.edu (insti.physics.sunysb.edu [129.49.21.11
  6. 0]) by kobra.efd.lth.se (8.6.11/8.6.11) with SMTP id GAA16767 for <f94sbu@efd.l
  7. th.se>; Sun, 28 May 1995 06:05:08 +0200
  8. Received: by insti.physics.sunysb.edu (Smail3.1.28.1 #4)
  9.         id m0sFZap-0007N6a; Sun, 28 May 95 04:04 GMT
  10. Sender: owner-amosaic-dev@insti.physics.sunysb.edu
  11. Received: from ALFONZ.BOLTZ.CS.CMU.EDU by insti.physics.sunysb.edu with smtp
  12.         (Smail3.1.28.1 #4) id m0sFZan-0006sAC; Sun, 28 May 95 00:04 EDT
  13. Message-Id: <m0sFZan-0006sAC@insti.physics.sunysb.edu>
  14. To: amosaic-dev@insti.physics.sunysb.edu
  15. Subject: AMDEV: Latest version
  16. Reply-to: witbrock@cmu.edu
  17. Date: Sun, 28 May 95 0:04:10 EDT
  18. From: mjw@ALFONZ.BOLTZ.CS.CMU.EDU
  19. Source-Info:  Sender is really mjw@ALFONZ.BOLTZ.CS.CMU.EDU
  20. Sender: owner-amosaic-dev@insti.physics.sunysb.edu
  21. Precedence: bulk
  22.  
  23.  
  24. I've just spent a couple of hours testing out the latest
  25. version, and I now have a much better list of what does and does not
  26. work with forms.
  27.  
  28. First: Cool new things
  29.     Hotlist - really nice method for handling it. I approve - allowing
  30.               it to be hierarchical, and to move items up and down
  31.               would be nice.
  32.     View Source window being able to stay up and follow along with the
  33.     browser. Has this always worked.
  34.     Buttons - cool (would be nice if one had a choice of buttons or
  35.                    "old style" text.
  36.     More Boing - nice.
  37.     Form elt positions almost correct!
  38.  
  39.   Good work guys!!!
  40.  
  41.     Any chance of a "Copy URL to clipboard" menu item?
  42.     the "Reload" button seems to be ignored.
  43.     (and version numbers are not being reset before upload, which
  44.      would help (i.e. this version 14.1005 thinks it is 14.995))
  45.  
  46. Re forms:
  47.  I went through the examples in:
  48.    http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/Docs/fill-out-forms/overview.ht
  49. ml
  50.  
  51. Here are my notes:
  52.   
  53.    1) Scrolling still doesn't have any effect (as noted by stefan)
  54.    2) It looks as if escaping of special chars "%$&" etc isn't
  55.      done. Needs checking.
  56.    4) Checkboxes do not have the right value sent. They get random
  57.       garbage.
  58.    5) When there is a single text entry field on a form, hitting
  59.       return is supposed to submit the form (this is really
  60.       stupid). This doesn't happen. If you do this (you have to for
  61.       ISINDEX, anyway) make sure that it only happens if there are
  62.       not, e.g. checkboxes on the form along with the text entry.
  63.    10) *IMPORTANT* forms using method=GET (the default, unless POST is
  64.        specified) don't work at all. Garbage is submitted.
  65.  
  66.    11) Clicking on delayed images to load them messes up gadget
  67.        positions.  Some (all?) images seem to be delayed even when
  68.        delayed loading is switched off.
  69.    12) Looks like Stefan forgot to add in a text gadget at ISINDEX
  70.        after taking away the UI elt. See note 5) too.
  71.  
  72.  
  73.    3) Form elt positions are a few pixels higher than (I think) they
  74.       should be.  It looks as if they are based at the text base line. I
  75.       think the text in them should be aligned with the text baseline (i.e
  76.       the text gadgets should be based at textbase + border width or something.
  77.    6) When you "go back" to a filled out form, the contents should be
  78.       preserved. They aren't.
  79.    7) Reset buttons don't work (should set form to defaults)
  80.    8) Neither do "clear" buttons.
  81.    9) Multiple line text elements don't let you type in them. Also,
  82.      the [E] button tries to start the wrong program (or has the wrong
  83.      path, or something) on my machine. Needs to have some whay to
  84.      configure the action of the E button in mosaic prefs.
  85.  
  86.  
  87.  
  88.  
  89. That's it. If these are fixed, we'll be almost ready for release.
  90. (need to integrate the AS225 stuff, and get some beta test done).
  91.  
  92.  
  93.  
  94.  
  95. hacke-4{f94sbu}: